The following tables list the members exposed by GridIDPairCollection<T>.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the System.Collections.ICollection. |
![]() | IsFixedSize | Gets a value indicating whether the System.Collections.IList has a fixed size. |
![]() | IsReadOnly | Gets a value indicating whether the System.Collections.IList is read-only. |
![]() | IsSynchronized | Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). |
![]() | Item | Gets the collection of Items in the control. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ICollection. |
| Name | Description | |
|---|---|---|
![]() | Grid |
| Name | Description | |
|---|---|---|
![]() | Add | Overloaded. Appends the item to the collection. |
![]() | Clear | Removes all items from the System.Collections.IList. |
![]() | Contains | Overloaded. Returns true if the collection contains the item. |
![]() | CopyTo | Copies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index. |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. |
![]() | IndexOf | Overloaded. Returns the index of the item in the collection. |
![]() | Insert | Overloaded. Inserts the item to the underlying collection. |
![]() | Remove | Overloaded. Removes the item from the collection. |
![]() | RemoveAt | Removes the System.Collections.IList item at the specified index. |
| Name | Description | |
|---|---|---|
![]() | AreKeysEqual | Compares two keys. |
![]() | EqualsIDPairs | Compares two IdPair objects and tells if they are the same object, value wise. |
![]() | ResolveIDPair | Given the specified item, return an id pair that will be stored to retrieve the item at a later point. |
![]() | ResolveItemFromIDPair | Given an id pair, resolve the underlying item. |